home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / AmiExpress3_d1.adf / HELP / MODULES.DEF.HLP < prev    next >
Text File  |  1992-11-05  |  2KB  |  95 lines

  1. The Following is a list of ToolTypes for this ICON:
  2.  
  3.  
  4. NOTICE: ALL TOOLTYPES ARE CASE SENSITIVE
  5.  
  6. ABOUT: This ICON defines a MODULE for /X.
  7.  
  8.        This ICON may be in the following directories:
  9.  
  10.          a> BBSCmd     - Modules in this directory are allowed to be
  11.                          executed from any menu prompt or MCI text file.
  12.  
  13.          b> SysCmd     - Modules in this directory are only accessible by
  14.                          MCI text files and internal BBS operations.
  15.  
  16.          c> Conf(x)Cmd - Modules in this directory are allowed to be 
  17.                          executed from conference (x) menu prompt or from
  18.                          any MCI text file in conference (x).
  19.  
  20.  
  21. LOCATION=
  22. MULTINODE=
  23. ACCESS=
  24. TYPE=
  25. STACK=
  26. PASSWORD=
  27.  
  28.  
  29. LOCATION=<string>
  30.  
  31.          -Version 3.0
  32.          -REQUIRED
  33.          -Specifies the location of the Module.
  34.          -If the location is a directory, then the directory name must have
  35.           a trailing '/'.
  36.  
  37.      LOCATION=DOORS:Module/
  38.  
  39.  
  40. MULTINODE=<YES|NO>
  41.  
  42.          -Version 3.0
  43.          -REQUIRED
  44.          -tells /X if the module may be simultaniously accessed from other nodes.
  45.  
  46.      MULTINODE=YES
  47.      MULTINODE=NO
  48.  
  49.  
  50. ACCESS=<num>
  51.  
  52.          -Version 3.0
  53.          -REQUIRED
  54.          -tells /X the access level required to run this module.
  55.          -This option is ignored for internal Module options.
  56.  
  57.      ACCESS=200
  58.  
  59.  
  60. TYPE=<XIM | AIM | TIM | IIM>
  61.  
  62.          -Version 3.0
  63.          -REQUIRED
  64.          -tells /X which type of module it is to support:
  65.  
  66.           XIM =/X Standard Module.
  67.           AIM =Arexx Module (requires REXXDOOR in the BBS:Utils directory)
  68.           TIM =Traditional BBS Module (requires PARADOOR) in the BBS:Utils
  69.                 directory)
  70.           IIM =NO INTERFACE - This type of Module will SPAWN the specified
  71.                 MODULE and not wait on it to finish.
  72.  
  73.      TYPE=XIM
  74.  
  75.  
  76. STACK=<num>
  77.  
  78.          -Version 3.0
  79.          -OPTIONAL
  80.          -tells /X the stacksize to use when launching this module.
  81.          -Default is 4096.
  82.  
  83.      STACK=60000
  84.  
  85.  
  86. PASSWORD=<string>
  87.  
  88.          -Version 3.0 (reserved for future implementation)
  89.          -OPTIONAL
  90.          -makes the user enter a password before executing this module.
  91.  
  92.      PASSWORD=PIGME
  93.  
  94.  
  95.